OfflineErrorEvent

data class OfflineErrorEvent(code: OfflineErrorCode, message: String, data: Any?) : ErrorEvent

Properties

code
Link copied to clipboard
open override val code: OfflineErrorCode
The error code used to identify the occurred offline error.
data
Link copied to clipboard
open override val data: Any? = null
Potential additional data.
message
Link copied to clipboard
open override val message: String
The error message to explain the reason for the offline error.